Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2024/07/29 2:57 p.m.95 views

CVE-2024-41067

CVE-2024-41067 affects the Linux kernel with the btrfs filesystem scrub path. The bug occurs when forced RST mode causes bbio submissions to be empty because btrfs_map_block() can fail after bbio allocation, leading scrub_read_endio() to fail to locate a matching sector and trigger an out-of-rang...

5.5CVSS6.4AI score0.00197EPSS
Save
CVE
CVE
added 2024/09/11 3:13 p.m.95 views

CVE-2024-45027

The CVE-2024-45027 issue affects the Linux kernel XHCI driver: if xhci_mem_init() fails after max_interrupters is set but before interrupters are allocated, xhci_mem_cleanup() can unconditionally dereference xhci->interrupters. The documented fix gates the interrupt freeing loop with a NULL ch...

5.5CVSS5.1AI score0.00206EPSS
Save
CVE
CVE
added 2024/09/13 5:29 a.m.95 views

CVE-2024-46682

The CVE-2024-46682 issue affects the Linux kernel NFS server (nfsd) handling of nfsv4.0 closed opens. A root cause was that states_show() relied on sc_type being valid, and after a commit splitting sc_status from sc_type, unhashing a stateid could leave sc_file NULL, causing an oops in nfs4_show_...

5.5CVSS5.1AI score0.0019EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.95 views

CVE-2024-46793

CVE-2024-46793 affects the Linux kernel (ASoC: Intel boards) and resolves a NULL pointer dereference on BYT/CHT boards caused by dummy codec handling. The issue originated from creating a zero-sized dummy codec array (static struct snd_soc_dai_link_component dummy[]) and a subsequent dais[i].code...

5.5CVSS5.2AI score0.00181EPSS
Save
CVE
CVE
added 2024/10/21 6:1 p.m.95 views

CVE-2024-49873

CVE-2024-49873 : In the Linux kernel, memfd_pin_folios with THP-backed memory may panic or cause a NULL-pointer dereference when the requested start offset is not aligned to a huge page boundary. The issue arises because filemap_get_folios_contig could load a folio that is a sibling and then fail...

5.5CVSS5.3AI score0.00202EPSS
Save
CVE
CVE
added 2024/11/19 1:30 a.m.95 views

CVE-2024-50293

Technical details about CVE-2024-50293 (net/smc dangling sk in __smc_create) are not publicly provided in the supplied documents. Monitor for updates from official advisories.

7.8CVSS6.4AI score0.00213EPSS
Save
CVE
CVE
added 2024/12/28 9:46 a.m.95 views

CVE-2024-56695

CVE-2024-56695 affects the Linux kernel’s AMDGPU/KFD subsystem. The vulnerability arose from a large local cu_occupancy array in kfd_get_cu_occupancy(), risking stack overflow when AMDGPU_MAX_QUEUES is large. The fix replaces the static stack allocation with dynamic memory via kcalloc and ensures...

7.8CVSS6.3AI score0.00216EPSS
Save
CVE
CVE
added 2024/12/28 9:46 a.m.95 views

CVE-2024-56706

Summary of CVE-2024-56706: In Linux kernel s390 perf_cpum_sf, memory allocation for Sample Data Blocks (SDBs) could be performed concurrently outside the PMU reservation mutex, allowing multiple allocations for the same PMU when perf_event_init() runs in parallel. The fix is to protect SDB memory...

7.8CVSS6.5AI score0.00162EPSS
Save
CVE
CVE
added 2025/02/27 8:0 p.m.95 views

CVE-2025-21798

CVE-2025-21798 concerns the Linux kernel FireWire kunit test. The vulnerability arises when kunit_kzalloc() returns NULL and test_state is dereferenced without a NULL check, potentially causing a NULL pointer dereference. A fix adds a NULL check for test_state to prevent dereferencing a NULL poin...

5.5CVSS6.5AI score0.00212EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.95 views

CVE-2025-22110

Summary: CVE-2025-22110 affects the Linux kernel’s netfilter nfnetlink_queue component. The root cause is use of an uninitialized context variable (ctx/lsmctx) in nfqnl_build_packet_message(), which could be used before safe initialization; the patch initializes the lsmctx to a safe value at decl...

9.8CVSS6.4AI score0.00354EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.95 views

CVE-2025-37816

Technical details for CVE-2025-37816 are not publicly available in the provided documents. Monitor for updates.

5.5CVSS5.6AI score0.00179EPSS
Save
CVE
CVE
added 2025/05/20 3:21 p.m.95 views

CVE-2025-37898

CVE-2025-37898 affects the Linux kernel’s powerpc64/ftrace module loading path. The issue arises from get_stubs_size assuming at least one patchable function entry; modules exporting data but no code could yield a zero sh_size. During module_memory_alloc(), the size is page-aligned and becomes ze...

5.5CVSS6.5AI score0.0014EPSS
Save
CVE
CVE
added 2025/05/20 4:1 p.m.95 views

CVE-2025-37950

CVE-2025-37950 concerns the Linux kernel, specifically the ocfs2 subsystem. The issue arises when the folio array allocation fails (ENOMEM) during an update that converts w_pages to w_folios, and the free-path code expects valid folio pointers or NULLs. If -ENOMEM is encountered, a panic can occu...

5.5CVSS7.2AI score0.0013EPSS
Save
CVE
CVE
added 2025/06/18 9:28 a.m.95 views

CVE-2025-38005

CVE-2025-38005 affects the Linux kernel DMA engine TI k3-udma driver. The root cause is a missing locking in k3-udma.c; the provided docs note that a commit adding the missing locking resolves the issue. Remediation: apply the kernel patch/updated driver version that includes the locking fix (as ...

7.8CVSS6.5AI score0.00178EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.95 views

CVE-2025-38037

The CVE-2025-38037 issue affects the Linux kernel’s VXLAN FDB handling. The root cause is a data race where the FDB entry’s fields used and updated may be concurrently accessed by multiple threads, triggering KCSAN reports in vxlan_xmit paths. The fix is to annotate these accesses with READ_ONCE(...

5.5CVSS6.2AI score0.00182EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.95 views

CVE-2025-38057

CVE-2025-38057 affects the Linux kernel espintcp driver, where skb leaks occurred due to missing kfree_skb on certain error paths. Connected advisories (Astra Linux, Debian, CIRCL, and others) confirm the issue and indicate a fix has been applied in the kernel; Debian LTS references linux-6.1 wit...

7.5CVSS6.5AI score0.00413EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.95 views

CVE-2025-38060

The CVE-2025-38060 entry describes a Linux kernel BPF verifier bug: copy_verifier_state() failed to copy the loop_entry field, allowing .loop_entry values from unrelated states to pollute env->cur_state. This can cause incorrect state tracking during verification, since env->stack states ma...

7.8CVSS6.5AI score0.00154EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.95 views

CVE-2025-38063

The CVE-2025-38063 entry concerns a Linux kernel vulnerability in the Linux DM (device-mapper) path where a bio submitted with REQ_PREFLUSH causes an unconditional IO throttle via wbt_wait, throttling the flush_bio that includes REQ_OP_WRITE | REQ_PREFLUSH | REQ_SYNC. The root cause is throttling...

5.5CVSS6.4AI score0.00149EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.95 views

CVE-2025-38117

Summary: CVE-2025-38117 affects the Linux kernel Bluetooth MGMT path, specifically the mgmt_pending list. The root cause is a concurrency issue where the list access could lead to a slab-use-after-free in hci_sock_get_channel, triggering a crash under KASAN reports. The vulnerability is mitigated...

7.8CVSS7AI score0.00154EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.95 views

CVE-2025-38186

CVE-2025-38186 (Linux kernel, bnxt_en/RoCE driver) : The issue arises from a double invocation path where bnxt_ulp_stop() and bnxt_ulp_start() can be invoked in sequence after bnxt_ulp_restart(), causing the RoCE driver’s aux driver suspend() to run twice and potentially dereference a NULL pointe...

5.5CVSS6.3AI score0.00148EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.95 views

CVE-2025-38216

CVE-2025-38216 (Linux kernel) affects iommu/vt-d context entry setup order for aliased PCI devices behind PCIe-to-PCI bridges. The issue arose after commit 2031c469f816 changed domain attach context entry setup from set-and-check to clear-and-reset, regressing PCI aliased devices and causing inpu...

8.8CVSS6.2AI score0.00146EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.95 views

CVE-2025-38219

CVE-2025-38219 affects the Linux kernel F2FS code path. The issue is a downgrade-related negative i_nlink scenario that could trigger a kernel warning; the vulnerability was resolved in the cited upstream code path (f2fs_i_links_write -> f2fs_drop_nlink -> f2fs_unlink), as shown in the conn...

5.5CVSS6.1AI score0.00153EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.95 views

CVE-2025-38286

CVE-2025-38286 affects the Linux kernel with a fault in pinctrl/at91: at91_gpio_probe() not validating the OF alias, allowing out-of-bounds access to gpio_chips when indexing with an invalid value. The bug, which could be exposed if BUG() is compiled out, is mitigated by a kernel fix/workaround d...

7.1CVSS6.6AI score0.00179EPSS
Save
CVE
CVE
added 2025/07/10 8:15 a.m.95 views

CVE-2025-38328

CVE-2025-38328 concerns the Linux kernel JFFS2 subsystem. The issue arises from insufficient validation after jffs2_prealloc_raw_node_refs() completion, allowing a null pointer dereference in jffs2_link_node_ref and leading to a local, attacker-controlled disruption as described by the Syzkaller ...

5.5CVSS6.6AI score0.00182EPSS
Save
CVE
CVE
added 2025/07/25 2:16 p.m.95 views

CVE-2025-38425

CVE-2025-38425 affects the Linux kernel i2c: tegra SMBUS block read path. Root cause: SMBUS block read reads the device-provided length without proper validation, continuing reads when length is 0 or exceeds allowed bytes. The vulnerability allows local attackers with lower privileges to potentia...

7.8CVSS6.2AI score0.00164EPSS
Save
CVE
CVE
added 2025/07/28 11:12 a.m.95 views

CVE-2025-38468

CVE-2025-38468 in the Linux kernel affects the net/sched path where htb_lookup_leaf may trigger BUG_ON when handling an empty red-black tree during HTB dequeue. The described stack shows a sequence ending with a BUG_ON in htb_lookup_leaf, which is resolved by returning NULL from htb_lookup_leaf (...

5.5CVSS6.4AI score0.00162EPSS
Save
CVE
CVE
added 2005/09/26 4:0 a.m.94 views

CVE-2005-3053

The CVE-2005-3053 issue is a Linux kernel 2.6.x local vulnerability where set_mempolicy accepts a negative first argument, triggering a BUG() and a potential denial of service. The Debian DSAs enumerate CVE-2005-3053 among several local/remote problems in kernel-source-2.6.8 and recommend upgradi...

2.1CVSS4.8AI score0.00422EPSS
Save
CVE
CVE
added 2006/03/02 1:0 a.m.94 views

CVE-2005-3359

CVE-2005-3359 affects Linux kernel 2.6.x (atm module) where certain socket calls can produce inconsistent references counts on loadable protocol modules, enabling a local user to trigger a denial of service (panic). Publicly documented in Debian/DSA-1103-1 and Red Hat/CESA-RHSA-2006:0493 style ad...

4.9CVSS5.8AI score0.00556EPSS
Save
CVE
CVE
added 2006/05/25 10:0 a.m.94 views

CVE-2006-2444

CVE-2006-2444 affects the Linux kernel SNMP NAT Netfilter processing. The vulnerability in snmp_trap_decode (kernel = 2.6.16.18) or applying vendor patches where applicable. No additional exploitation details are provided in the documents.

7.8CVSS7.2AI score0.20561EPSS
Save
CVE
CVE
added 2006/07/15 1:6 a.m.94 views

CVE-2006-3626

CVE-2006-3626 is a local-privilege-escalation flaw in the Linux kernel (affected: 2.6.17.4 and earlier) caused by a race in the proc filesystem via prctl(PR_SET_DUMPABLE) that can set /proc/self/environ to setuid root. Exploitation would require local access and is not described as remote. The is...

6.2CVSS7.3AI score0.02203EPSS
Save
CVE
CVE
added 2006/08/21 9:0 p.m.94 views

CVE-2006-4093

CVE-2006-4093 affects Linux kernel 2.x on PowerPC PPC970: HID0 attention enable at boot time can crash the kernel (denial of service). Vulnerable: 2.6.x up to 2.6.17.9 and 2.4.x up to 2.4.33.1. Exploitation details are not provided in the initial documents, but multiple advisories (e.g., RHSA, SU...

4.9CVSS7AI score0.00472EPSS
Save
CVE
CVE
added 2007/03/16 10:0 p.m.94 views

CVE-2007-1496

CVE-2007-1496 affects nfnetlink_log in the Linux kernel prior to 2.6.20.3. The issue is triggered via netfilter’s nfnetlink path (nfulnl_recv_config) when handling netlink messages, including cases with multiple packets per netlink message and bridged packets, leading to a NULL pointer dereferenc...

4.9CVSS6AI score0.00426EPSS
Save
CVE
CVE
added 2007/07/10 1:0 a.m.94 views

CVE-2007-3642

The vulnerability CVE-2007-3642 affects the Linux kernel and is tied to the decode_choice function in nf_conntrack_h323_asn1.c. It allows remote attackers to trigger a denial of service (crash) by providing an encoded, out-of-range index for a choice field, causing a NULL pointer dereference. Aff...

7.8CVSS6.1AI score0.03872EPSS
Save
CVE
CVE
added 2021/05/27 12:28 p.m.94 views

CVE-2008-2544

CVE-2008-2544 describes a local bypass where mounting the /proc filesystem inside a chroot can occur in read-write mode, allowing a user to bypass the chroot and gain write access to files they would not normally access. The connected documents reiterate the same description but do not provide pr...

5.5CVSS6.3AI score0.00306EPSS
Save
CVE
CVE
added 2008/07/09 6:0 p.m.94 views

CVE-2008-2931

The CVE-2008-2931 issue affects the Linux kernel (fs/namespace.c) prior to version 2.6.22, where do_change_type does not verify CAP_SYS_ADMIN, enabling a local user to gain privileges or cause a denial of service by modifying mountpoint properties. The vulnerability is documented across multiple ...

7.8CVSS7.2AI score0.00375EPSS
Save
CVE
CVE
added 2008/09/03 2:0 p.m.94 views

CVE-2008-3525

Vulnerability (CVE-2008-3525) affects the Linux kernel 2.6.26.3 wan driver (sbni.c) where sbni_ioctl fails to perform CAP_NET_ADMIN checks before handling four ioctls (SIOCDEVRESINSTATS, SIOCDEVSHWSTATE, SIOCDEVENSLAVE, SIOCDEVEMANSIPATE). This permits a local user to bypass intended capability r...

7.2CVSS5.3AI score0.0053EPSS
Save
CVE
CVE
added 2008/11/05 2:51 p.m.94 views

CVE-2008-3527

CVE-2008-3527 affects the Linux kernel (arch/i386/sysenter/vDSO). The vulnerability stems from missing boundary checks in vDSO install_special_mapping, syscall, and syscall32_nopage in the Linux kernel prior to 2.6.21, permitting local users to gain privileges or cause a denial of service. Affect...

4.6CVSS5.5AI score0.00377EPSS
Save
CVE
CVE
added 2008/10/03 5:18 p.m.94 views

CVE-2008-3833

CVE-2008-3833 affects the Linux kernel up to version 2.6.18 (vulnerable in 2.6.18 and earlier) where generic_file_splice_write in fs/splice.c does not properly strip setuid/setgid bits on writes via splice to a file. This allows local users to gain privileges of a different group or access sensit...

4.9CVSS6AI score0.00419EPSS
Save
CVE
CVE
added 2011/05/26 4:0 p.m.94 views

CVE-2010-4805

CVE-2010-4805 affects the Linux kernel socket backlog handling in net/core/sock.c prior to 2.6.35, allowing remote DoS via large traffic (backlog management related to sk_add_backlog and sk_rmem_alloc). The entry notes this vulnerability exists due to an incomplete fix for CVE-2010-4251. The conn...

7.8CVSS7AI score0.03586EPSS
Save
CVE
CVE
added 2013/04/22 10:0 a.m.94 views

CVE-2013-3224

The CVE-2013-3224 issue affects the Linux kernel’s Bluetooth path: bt_sock_recvmsg in net/bluetooth/af_bluetooth.c before 3.9-rc7 does not fully initialize a length variable, enabling local attackers to leak sensitive data from kernel stack memory via crafted recvmsg/recvfrom calls. Impact is inf...

4.9CVSS5AI score0.00392EPSS
Save
CVE
CVE
added 2013/04/22 10:0 a.m.94 views

CVE-2013-3234

The vulnerability CVE-2013-3234 affects the Linux kernel’s rose_recvmsg function (net/rose/af_rose.c) prior to 3.9-rc7. It does not initialize a certain data structure, allowing local attackers to read sensitive information from kernel stack memory via crafted recvmsg/recvfrom calls. The issue im...

4.9CVSS5.7AI score0.00389EPSS
Save
CVE
CVE
added 2013/07/15 8:0 p.m.94 views

CVE-2013-4125

The CVE-2013-4125 issue affects the Linux kernel IPv6 stack: fib6_add_rt2node in net/ipv6/ip6_fib.c (up to and including 3.10.1) mishandles Router Advertisement messages in ECMP scenarios, allowing a remote attacker to crash the system via a crafted sequence of RA messages. Connected advisories (...

5.4CVSS5.8AI score0.04672EPSS
Save
CVE
CVE
added 2013/11/12 1:0 a.m.94 views

CVE-2013-4515

The CVE-2013-4515 issue affects the Linux kernel (pre-3.12) in the bcm_char_ioctl path (drivers/staging/bcm/Bcmchar.c). The root cause is failure to initialize a data structure, enabling local attackers to read sensitive kernel memory via the IOCTL_BCM_GET_DEVICE_DRIVER_INFO interface. Impact is ...

4.9CVSS6.7AI score0.00446EPSS
Save
CVE
CVE
added 2016/08/06 10:0 a.m.94 views

CVE-2014-9892

The CVE-2014-9892 issue affects the Linux kernel (up to 4.7) in the snd_compr_tstamp path used by Android on Nexus 5/7 devices. Root cause: snd_compr_tstamp does not initialize a timestamp data structure, enabling a crafted app to obtain sensitive information. Impact: information disclosure possi...

5.5CVSS5.3AI score0.00499EPSS
Save
CVE
CVE
added 2017/02/07 7:2 a.m.94 views

CVE-2014-9914

Summary of CVE-2014-9914 (Linux kernel) : A race condition in ip4_datagram_release_cb within net/ipv4/datagram.c (kernel before 3.15.2) can be exploited by a local user to gain privileges or cause a denial of service (use-after-free) due to incorrect locking assumptions during multithreaded IPv4 ...

7.8CVSS7.3AI score0.00274EPSS
Save
CVE
CVE
added 2017/11/06 6:0 p.m.94 views

CVE-2017-15306

The CVE-2017-15306 entry concerns the Linux kernel (PowerPC) KVM. The vulnerable component is arch/powerpc/kvm/powerpc.c, specifically the kvm_vm_ioctl_check_extension function. The issue arises when handling the KVM_CHECK_EXTENSION KVM_CAP_PPC_HTM ioctl on /dev/kvm, allowing a local attacker to ...

5.5CVSS5.5AI score0.00394EPSS
Save
CVE
CVE
added 2018/06/22 12:0 a.m.94 views

CVE-2018-12633

CVE-2018-12633 affects the Linux kernel up to 4.17.2, where vbg_misc_device_ioctl() in drivers/virt/vboxguest/vboxguest_linux.c double-fetches header data from user input via copy_from_user. A race condition lets a local attacker tamper with hdr.size_in and hdr.size_out between fetches, enabling ...

6.3CVSS7AI score0.00264EPSS
SaveWeb
CVE
CVE
added 2018/07/06 7:0 p.m.94 views

CVE-2018-5873

The CVE-2018-5873 entry refers to a race-condition induced Use-After-Free in the Linux kernel before 4.11, specifically in __ns_get_path within fs/nsfs.c. This affects the mainline Linux kernel and Android builds derived from CAF for Android kernels (Android for MSM, Firefox OS for MSM, QRD Andro...

7CVSS6.3AI score0.00504EPSS
Save
CVE
CVE
added 2025/04/17 6:1 p.m.94 views

CVE-2020-36789

The CVE-2020-36789 entry pertains to the Linux kernel CAN stack. A driver calling can_get_echo_skb() in hardware IRQ context could trigger WARN_ON(in_irq) in skb_release_head_state() under congestion, risking NULL pointer dereference. Root cause: kfree_skb() used instead of the IRQ-safe path in n...

5.5CVSS6.4AI score0.00176EPSS
Save
CVE
CVE
added 2024/03/15 8:14 p.m.94 views

CVE-2021-47114

Technical details about CVE-2021-47114 are not publicly provided in the supplied documents. The sources reference the ocfs2 fallocate data corruption fix but do not specify affected versions, root cause specifics, exploit details, or remediation steps beyond the general description. Monitor for u...

5.5CVSS6.4AI score0.00226EPSS
Save
Total number of security vulnerabilities14606